const github.com/go-pg/pg/v10/types.quoteFlag

20 uses

	github.com/go-pg/pg/v10/types (current package)
		append.go#L50: 	if hasFlag(flags, quoteFlag) {
		append.go#L70: 		if hasFlag(flags, quoteFlag) {
		append.go#L75: 		if hasFlag(flags, quoteFlag) {
		append.go#L80: 		if hasFlag(flags, quoteFlag) {
		append.go#L107: 	if hasFlag(flags, quoteFlag) {
		append.go#L141: 			if hasFlag(flags, quoteFlag) {
		append.go#L176: 	} else if hasFlag(flags, quoteFlag) {
		append.go#L188: 	} else if hasFlag(flags, quoteFlag) {
		append_ident.go#L24: 			if quoted && hasFlag(flags, quoteFlag) {
		append_ident.go#L32: 		if !quoted && hasFlag(flags, quoteFlag) {
		append_ident.go#L42: 	if quoted && hasFlag(flags, quoteFlag) {
		append_jsonb.go#L8: 	} else if hasFlag(flags, quoteFlag) {
		append_jsonb.go#L22: 			if hasFlag(flags, quoteFlag) {
		append_jsonb.go#L44: 	} else if hasFlag(flags, quoteFlag) {
		flags.go#L6: 	quoteFlag = 1 << iota
		flags.go#L16: 	return hasFlag(flags, quoteFlag) && !hasFlag(flags, subArrayFlag)
		hex.go#L33: 		} else if hasFlag(enc.flags, quoteFlag) {
		hex.go#L51: 		} else if hasFlag(enc.flags, quoteFlag) {
		hstore_append.go#L26: 	if hasFlag(flags, quoteFlag) {
		hstore_append.go#L40: 	if hasFlag(flags, quoteFlag) {